crypto/tls.lruSessionCache.m (field)
8 uses
crypto/tls (current package)
common.go#L1578: m map[string]*list.Element
common.go#L1598: m: make(map[string]*list.Element),
common.go#L1610: if elem, ok := c.m[sessionKey]; ok {
common.go#L1613: delete(c.m, sessionKey)
common.go#L1624: c.m[sessionKey] = c.q.PushFront(entry)
common.go#L1630: delete(c.m, entry.sessionKey)
common.go#L1634: c.m[sessionKey] = elem
common.go#L1643: if elem, ok := c.m[sessionKey]; ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)